home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
util
/
time
/
EZCron.lha
/
ezcron
/
rexx
/
Reminder.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-11-09
|
278b
|
11 lines
/* REMINDER AREXX SCRIPT v1.0 */
LF= '0a'x
arg eventtext
if ~show('L','rexxreqtools.library') then
call addlib("rexxreqtools.library", 0, -30, 0)
call rtezrequest("+ + + R E M I N D E R + + +"||LF||""||LF||eventtext, "Okay", , "rt_reqpos = reqpos_centerscr")